翻訳と辞書
Words near each other
・ Redneck Wonderland
・ Redneck Yacht Club
・ Redneck Zombies
・ Rednecks (song)
・ Rednecks and Broomsticks
・ Rednecks, White Socks and Blue Ribbon Beer
・ Redner's Markets
・ Rednex
・ Rednex discography
・ Rednitz
・ Rednitzhembach
・ Rednock School
・ Rednose labeo
・ Rednour
・ Redo Backup and Recovery
Redo log
・ Redo the Stacks
・ Redoak Hollow Formation
・ Redoak, Louisiana
・ Redoan Rony
・ Redoba
・ REDOC
・ Redociny
・ RedOctane
・ RedOctane X-Plorer Controller
・ Redology
・ Redon (disambiguation)
・ Redon Abbey
・ Redon of Britain
・ Redon, Ille-et-Vilaine


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Redo log : ウィキペディア英語版
Redo log

In the Oracle RDBMS environment, redo logs comprise files in a proprietary format which log a history of all changes made to the database. Each redo log file consists of redo records. A redo record, also called a redo entry, holds a group of change vectors, each of which describes or represents a change made to a single block in the database.
For example, if a user UPDATEs a salary-value in a table containing employee-related data, the DBMS generates a redo record containing change-vectors that describe changes to the data segment block for the table. And if the user then COMMITs the update, Oracle generates another redo record and assigns the change a "system change number" (SCN).
Whenever something changes in a datafile, Oracle records the change in the redo log. The name ''redo log'' indicates its purpose: If the database crashes, the RDBMS can redo (re-process) all changes on datafiles which will take the database data back to the state it was when the last redo record was written. DBAs use the views V$LOG, V$LOGFILE, V$LOG_HISTORY and V$THREAD to find information about the redo log of the database. Each redo log file belongs to exactly one group (of which at least two must exist). Exactly one of these groups is the CURRENT group (can be queried using the column status of v$log). Oracle uses that current group to write the redo log entries. When the group is full, a log switch occurs, making another group the current one. Each log switch causes checkpoint, however, the converse is not true: a checkpoint does not cause a redo log switch. One can also manually cause a redo-log switch using the ALTER SYSTEM SWITCH LOGFILE command.
== Classification ==
Redo log files occur in two types:〔

* online redo logs ("ORL"〔
〕 or "redo logs"〔
〕 for short)
* archived redo logs ("archive logs")〔


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Redo log」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.